home *** CD-ROM | disk | FTP | other *** search
/ MacTech 1 to 12 / MacTech-vol-1-12.toast / Source / MacTech® Magazine / Volume 05 - 1989 / 05.06 Jun 89 / Supe SubCode / MiniEdit.h < prev    next >
Encoding:
C/C++ Source or Header  |  1989-02-19  |  1.1 KB  |  54 lines  |  [TEXT/MPS ]

  1. /*********************************************************************
  2.  
  3.     miniedit.h
  4.     
  5.     header file for Miniedit
  6.     
  7.     (C) Copyright THINK Technologies, Inc. 1986.  All rights reserved.
  8.     
  9. *********************************************************************/
  10.  
  11. #define windowID             128
  12. #define ErrorAlert        256
  13. #define AdviseAlert        257
  14.  
  15. /* resource IDs of menus */
  16. #define appleID            128
  17. #define fileID                129
  18. #define editID                130
  19.  
  20. /* Edit menu command indices */
  21. #define cutCommand        1
  22. #define copyCommand        2
  23. #define pasteCommand        3
  24. #define TimesCommand        5
  25. #define GenevaCommand    6
  26. #define NewYorkCommand    7
  27. #define s9Command            9
  28. #define s10Command        10
  29. #define s12Command        11
  30. #define s14Command        12
  31. #define s18Command        13
  32. #define plainCommand        15
  33. #define boldCommand        16
  34. #define italicCommand    17
  35. #define ulineCommand        18
  36. #define shadowCommand    19
  37. #define SuperCommand        20
  38. #define RegularCommand    21
  39. #define SubCommand        22
  40.  
  41. /* Menu indices */
  42. #define appleM                0
  43. #define fileM                1
  44. #define editM                2
  45.  
  46. #define fmQuit                1
  47.  
  48. #define aaSave                1
  49. #define aaDiscard            2
  50. #define aaCancel            3
  51.  
  52. #define SBarWidth            15
  53.  
  54. #define NULL                 0L